-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rewrite some flaky zombienet polkadot tests to zombienet-sdk #6757
base: master
Are you sure you want to change the base?
Conversation
Hi @alindima, I think this is failing because we need to hide the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks Alin!
polkadot/zombienet-sdk-tests/tests/elastic_scaling/basic_3cores.rs
Outdated
Show resolved
Hide resolved
polkadot/zombienet-sdk-tests/tests/elastic_scaling/doesnt_break_parachains.rs
Show resolved
Hide resolved
|
||
// Assert the parachain finalized block height is also on par with the number of backed | ||
// candidates. | ||
assert_finalized_block_height(¶_node.wait_client().await?, 6..9).await?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I get that we don't want flaky tests. It is kind of concerning that we let tests pass if we do less blocks than expected. We definitely need some tests in some fashion ensuring that we are not degrading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I get that we don't want flaky tests. It is kind of concerning that we let tests pass if we do less blocks than expected.
I mean, we've always done this in the CI so far. The only way of fixing this IMO is to invest more in the reliability and performance of the CI machines
All GitHub workflows were cancelled due to failure one of the required jobs. |
…into alindima/zombienet-sdk-rewrite
Will fix:
#6574
#6644
#6062